home *** CD-ROM | disk | FTP | other *** search
- #include <quickdraw.h>
- #include <windows.h>
- #include <serial.h>
- #include <events.h>
- #include <menus.h>
- #include <desk.h>
- #include <fonts.h>
- #include <dialogs.h>
-
- #define appleMenu 99
-
- #define NMENUS 1
-
- MenuHandle myMenus[NMENUS];
-
- struct Rect dragRect;
- struct GrafPort *myWindow;
-
- struct XYBase {
- short xaxis;
- short yaxis;
- short xlength;
- short ylength;
- };
-
-